﻿2026-06-16T08:24:26.3181793Z ##[group]Run actions/checkout@v5
2026-06-16T08:24:26.3182611Z with:
2026-06-16T08:24:26.3183007Z   fetch-depth: 0
2026-06-16T08:24:26.3183479Z   repository: SaberMage/spt-core
2026-06-16T08:24:26.3187126Z   token: ***
2026-06-16T08:24:26.3187501Z   ssh-strict: true
2026-06-16T08:24:26.3187893Z   ssh-user: git
2026-06-16T08:24:26.3188279Z   persist-credentials: true
2026-06-16T08:24:26.3188712Z   clean: true
2026-06-16T08:24:26.3189185Z   sparse-checkout-cone-mode: true
2026-06-16T08:24:26.3189641Z   fetch-tags: false
2026-06-16T08:24:26.3190034Z   show-progress: true
2026-06-16T08:24:26.3190417Z   lfs: false
2026-06-16T08:24:26.3190789Z   submodules: false
2026-06-16T08:24:26.3191199Z   set-safe-directory: true
2026-06-16T08:24:26.3191827Z ##[endgroup]
2026-06-16T08:24:26.4003571Z Syncing repository: SaberMage/spt-core
2026-06-16T08:24:26.4005344Z ##[group]Getting Git version info
2026-06-16T08:24:26.4006039Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-16T08:24:26.4007089Z [command]/usr/bin/git version
2026-06-16T08:24:26.4021999Z git version 2.43.0
2026-06-16T08:24:26.4039104Z ##[endgroup]
2026-06-16T08:24:26.4050375Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/da477658-0651-466e-9123-e95e6854eb95' before making global git config changes
2026-06-16T08:24:26.4052140Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:24:26.4053442Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T08:24:26.4087272Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-16T08:24:26.4107082Z https://github.com/SaberMage/spt-core
2026-06-16T08:24:26.4117670Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T08:24:26.4120241Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T08:24:26.4139192Z refs/heads/dev-freeform
2026-06-16T08:24:26.4145516Z [command]/usr/bin/git checkout --detach
2026-06-16T08:24:26.4188162Z HEAD is now at 24e2409 M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:24:26.4222285Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-16T08:24:26.4249352Z Deleted branch dev-freeform (was 24e2409).
2026-06-16T08:24:26.4282390Z ##[endgroup]
2026-06-16T08:24:26.4283746Z [command]/usr/bin/git submodule status
2026-06-16T08:24:26.4462382Z ##[group]Cleaning the repository
2026-06-16T08:24:26.4464080Z [command]/usr/bin/git clean -ffdx
2026-06-16T08:24:26.4491438Z Removing traceable-reqs
2026-06-16T08:24:26.4497603Z [command]/usr/bin/git reset --hard HEAD
2026-06-16T08:24:26.4544340Z HEAD is now at 24e2409 M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:24:26.4549546Z ##[endgroup]
2026-06-16T08:24:26.4550665Z ##[group]Disabling automatic garbage collection
2026-06-16T08:24:26.4553708Z [command]/usr/bin/git config --local gc.auto 0
2026-06-16T08:24:26.4577131Z ##[endgroup]
2026-06-16T08:24:26.4578178Z ##[group]Setting up auth
2026-06-16T08:24:26.4581597Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:24:26.4606147Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T08:24:26.4795910Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:24:26.4821603Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T08:24:26.5006259Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:24:26.5031999Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:24:26.5221952Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-16T08:24:26.5251039Z ##[endgroup]
2026-06-16T08:24:26.5252040Z ##[group]Fetching the repository
2026-06-16T08:24:26.5256837Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-16T08:24:28.2055636Z [command]/usr/bin/git branch --list --remote origin/dev-freeform
2026-06-16T08:24:28.2084508Z   origin/dev-freeform
2026-06-16T08:24:28.2092395Z [command]/usr/bin/git rev-parse refs/remotes/origin/dev-freeform
2026-06-16T08:24:28.2114172Z 24e2409de14b0439f608f10426f2d79b64c5e50a
2026-06-16T08:24:28.2116682Z ##[endgroup]
2026-06-16T08:24:28.2117303Z ##[group]Determining the checkout info
2026-06-16T08:24:28.2118185Z ##[endgroup]
2026-06-16T08:24:28.2121427Z [command]/usr/bin/git sparse-checkout disable
2026-06-16T08:24:28.2157241Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-16T08:24:28.2180902Z ##[group]Checking out the ref
2026-06-16T08:24:28.2183850Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-16T08:24:28.2229230Z Switched to a new branch 'dev-freeform'
2026-06-16T08:24:28.2229950Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-16T08:24:28.2234726Z ##[endgroup]
2026-06-16T08:24:28.2271102Z [command]/usr/bin/git log -1 --format=%H
2026-06-16T08:24:28.2295254Z 24e2409de14b0439f608f10426f2d79b64c5e50a
